home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.000 / gawk-3 / gawk-3.0.0 / test / intprec.awk < prev    next >
Encoding:
AWK Script  |  1995-08-16  |  40 b   |  2 lines

  1. BEGIN { printf "%.10d:%.10x\n", 5, 14 }
  2.